{ "version": 4, "terraform_version": "1.5.3", "serial": 519, "lineage": "c753a4a0-55f2-a62f-0ad3-cf33ff8db2a2", "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-0009f2a9a352e3c7e", "ami": "ami-52586906", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dcf36bcc"], "subnet_id": "subnet-20213a45", "key_name": "prod-deploy-key" } } ] } ] }