{ "version": 4, "terraform_version": "1.8.4", "serial": 129, "lineage": "1e6c578f-e144-c000-976c-8fd231185d34", "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-e3c9c98460ee14d95", "ami": "ami-eb93d2d5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2677b459"], "subnet_id": "subnet-b760158a", "key_name": "prod-deploy-key" } } ] } ] }