{ "version": 4, "terraform_version": "1.5.2", "serial": 254, "lineage": "48c90289-ca12-ba81-4499-ba950f009253", "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-cb317c5dd3929f775", "ami": "ami-50501bf9", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e5704184"], "subnet_id": "subnet-8b8d41e2", "key_name": "prod-deploy-key" } } ] } ] }