{ "version": 4, "terraform_version": "1.7.2", "serial": 230, "lineage": "54c51db4-680c-88c4-26b1-ac0c07097064", "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-6f12d6562e8d837c1", "ami": "ami-76afad85", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-55d7dc56"], "subnet_id": "subnet-1b351b53", "key_name": "prod-deploy-key" } } ] } ] }