{ "version": 4, "terraform_version": "1.5.1", "serial": 268, "lineage": "1f219880-1b8f-3a94-d945-2424d76c8aca", "outputs": { "db_endpoint": { "value": "db-2.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-ef84675cb9c4f215d", "ami": "ami-4dd29175", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b03ee400"], "subnet_id": "subnet-9a73914d", "key_name": "prod-deploy-key" } } ] } ] }