{ "version": 4, "terraform_version": "1.7.7", "serial": 275, "lineage": "82ac1cb9-b4d6-8da3-54ca-1528e52f2e5f", "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-d3d76826d52faf7fb", "ami": "ami-c57e8d94", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6849cade"], "subnet_id": "subnet-1f6ed01c", "key_name": "prod-deploy-key" } } ] } ] }