{ "version": 4, "terraform_version": "1.5.4", "serial": 187, "lineage": "a5d11203-81fa-6a72-8ce5-49b3d9b548da", "outputs": { "db_endpoint": { "value": "db-2.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-f61e606b77c4ecde0", "ami": "ami-f5380b49", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-07994185"], "subnet_id": "subnet-17dd9a28", "key_name": "prod-deploy-key" } } ] } ] }