{ "version": 4, "terraform_version": "1.5.7", "serial": 113, "lineage": "87b14693-1e03-572a-ef5f-1f4aa8ccd059", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-7fe9c5b9bc0c417bd", "ami": "ami-9486a387", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-144a648a"], "subnet_id": "subnet-e06b1e31", "key_name": "prod-deploy-key" } } ] } ] }