{ "version": 4, "terraform_version": "1.5.3", "serial": 438, "lineage": "5c37a6a4-8d9b-0d0d-e170-f697d9da538e", "outputs": { "db_endpoint": { "value": "db-4.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-0c24d19b22d5fa893", "ami": "ami-09ddb926", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3a1a124a"], "subnet_id": "subnet-e4a34d49", "key_name": "prod-deploy-key" } } ] } ] }