{ "version": 4, "terraform_version": "1.6.9", "serial": 247, "lineage": "fd92e1f4-ea92-c301-2f9a-f2429db9a92f", "outputs": { "db_endpoint": { "value": "db-3.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-561162a3f8ae958c2", "ami": "ami-8725faa4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-31ed5ea8"], "subnet_id": "subnet-bf4ec65e", "key_name": "prod-deploy-key" } } ] } ] }