{ "version": 4, "terraform_version": "1.7.3", "serial": 540, "lineage": "7b8b5bf1-f6ce-e81b-4ddb-58bde90c23f6", "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-c296aa10168826cb3", "ami": "ami-41f141b9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0b92998b"], "subnet_id": "subnet-25566e63", "key_name": "prod-deploy-key" } } ] } ] }