{ "version": 4, "terraform_version": "1.7.0", "serial": 207, "lineage": "65c01d73-54fd-f8b5-91ab-8fc0a259d1ae", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.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-eff9ceb4a50621ad7", "ami": "ami-891aa868", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d2b76e3d"], "subnet_id": "subnet-2f929757", "key_name": "prod-deploy-key" } } ] } ] }