{ "version": 4, "terraform_version": "1.6.4", "serial": 326, "lineage": "d37a11e4-a1a5-bed3-1844-0d6442d3e08a", "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-490f19a1c6ee17c02", "ami": "ami-f36106ff", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-145bfac8"], "subnet_id": "subnet-8a3ce3a2", "key_name": "prod-deploy-key" } } ] } ] }