{ "version": 4, "terraform_version": "1.5.0", "serial": 500, "lineage": "343be333-3c70-10a7-5419-1eafa4097956", "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-9a7583a8dd2bdab52", "ami": "ami-1cd7a552", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-51348ca7"], "subnet_id": "subnet-37f36e0b", "key_name": "prod-deploy-key" } } ] } ] }