{ "version": 4, "terraform_version": "1.8.7", "serial": 185, "lineage": "3bf06d7c-1e05-03ed-51ec-1a75af57395b", "outputs": { "db_endpoint": { "value": "db-3.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-5f221720661677b9f", "ami": "ami-2a54ee27", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-04a59e95"], "subnet_id": "subnet-fd81ef85", "key_name": "prod-deploy-key" } } ] } ] }