{ "version": 4, "terraform_version": "1.7.6", "serial": 440, "lineage": "7d80f22a-8f28-4268-d901-31c2476e8eb7", "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-891b2d0d4325219fe", "ami": "ami-f2bdfaa5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b7b77d16"], "subnet_id": "subnet-1c4d709d", "key_name": "prod-deploy-key" } } ] } ] }