{ "version": 4, "terraform_version": "1.5.5", "serial": 380, "lineage": "c6e33d42-6d33-8028-6557-66bf5aa6ae9d", "outputs": { "db_endpoint": { "value": "db-1.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-56574112515c53873", "ami": "ami-c520230b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dc3a37c3"], "subnet_id": "subnet-bff044d3", "key_name": "prod-deploy-key" } } ] } ] }