{ "version": 4, "terraform_version": "1.7.5", "serial": 350, "lineage": "6eef9710-b50d-e77d-c0bf-ad914e1c780d", "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-333f4a608b83ecc9c", "ami": "ami-73ef1d58", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7d81f373"], "subnet_id": "subnet-ad332d00", "key_name": "prod-deploy-key" } } ] } ] }