{ "version": 4, "terraform_version": "1.7.4", "serial": 256, "lineage": "80a69cca-19ee-1983-e69b-4c5f9f7deb67", "outputs": { "db_endpoint": { "value": "db-4.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-96c393306a3a4cd47", "ami": "ami-73083a26", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5610d1dc"], "subnet_id": "subnet-9ffbfb97", "key_name": "prod-deploy-key" } } ] } ] }