{ "version": 4, "terraform_version": "1.5.2", "serial": 365, "lineage": "03515d71-c7c4-e72d-f69c-11b91b52d5b1", "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-d5def9a2623917ec5", "ami": "ami-737190a1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-95762d80"], "subnet_id": "subnet-a0ca50a6", "key_name": "prod-deploy-key" } } ] } ] }