{ "version": 4, "terraform_version": "1.7.6", "serial": 497, "lineage": "64464aab-95bb-d0d4-d89b-d25efe66b978", "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-34e46aad7648885cd", "ami": "ami-ec961037", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f6155ac1"], "subnet_id": "subnet-826c4baf", "key_name": "prod-deploy-key" } } ] } ] }