{ "version": 4, "terraform_version": "1.7.8", "serial": 366, "lineage": "5071f8da-19a1-b133-5f5a-98d21f631312", "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-ac4a2c4167cbf0a2b", "ami": "ami-a630f9c9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-356fec44"], "subnet_id": "subnet-a39ff3dc", "key_name": "prod-deploy-key" } } ] } ] }