{ "version": 4, "terraform_version": "1.5.2", "serial": 286, "lineage": "9337b71f-04c2-49e8-bfa4-5a9a75bd0665", "outputs": { "db_endpoint": { "value": "db-4.us-west-2.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-c23bbaae37483e5cd", "ami": "ami-fd7311d2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fa379281"], "subnet_id": "subnet-73c4f6fb", "key_name": "prod-deploy-key" } } ] } ] }