{ "version": 4, "terraform_version": "1.7.6", "serial": 278, "lineage": "0d2a9f96-02fb-5286-9ee8-1a6da1a6b763", "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-45f1cb6aef106566b", "ami": "ami-fd7be677", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dde78b2f"], "subnet_id": "subnet-48b3d5eb", "key_name": "prod-deploy-key" } } ] } ] }