{ "version": 4, "terraform_version": "1.7.7", "serial": 574, "lineage": "6179db06-ff19-4d35-7ed3-12b797a2291e", "outputs": { "db_endpoint": { "value": "db-0.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-fbb97f4e6733b3729", "ami": "ami-5ee7c12d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f4283848"], "subnet_id": "subnet-c5f99642", "key_name": "prod-deploy-key" } } ] } ] }