{ "version": 4, "terraform_version": "1.5.1", "serial": 458, "lineage": "56654171-9e62-6693-2d45-5fa37cc50073", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-084da3da185034c93", "ami": "ami-fd1bccc2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7c777870"], "subnet_id": "subnet-8e9bcecf", "key_name": "prod-deploy-key" } } ] } ] }