{ "version": 4, "terraform_version": "1.5.6", "serial": 306, "lineage": "f74e3b14-875d-d0b9-638f-0e9cfc1890fa", "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-e76f7a1c917cfd80f", "ami": "ami-d827a58d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-424a4c6c"], "subnet_id": "subnet-500df562", "key_name": "prod-deploy-key" } } ] } ] }