{ "version": 4, "terraform_version": "1.5.0", "serial": 510, "lineage": "d8b5218f-59ff-5473-11cf-cf747f16f911", "outputs": { "db_endpoint": { "value": "db-1.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-4230639e94033e64b", "ami": "ami-739c4a95", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2558a64c"], "subnet_id": "subnet-56855aa8", "key_name": "prod-deploy-key" } } ] } ] }