{ "version": 4, "terraform_version": "1.6.6", "serial": 386, "lineage": "ed491f95-35ca-0aa7-8a62-4b0b7700e9ad", "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-0427d82053dc34da5", "ami": "ami-74ef9363", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-83dec0ac"], "subnet_id": "subnet-b1b036c6", "key_name": "prod-deploy-key" } } ] } ] }