{ "version": 4, "terraform_version": "1.8.3", "serial": 472, "lineage": "5484c3da-7a10-b1e7-a534-b2650a7dd4c7", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-c9df5b8ad29c22acf", "ami": "ami-8be267a8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c223f79f"], "subnet_id": "subnet-1f513c05", "key_name": "prod-deploy-key" } } ] } ] }