{ "version": 4, "terraform_version": "1.7.1", "serial": 287, "lineage": "9a377330-af9f-6ffd-c3fa-18a7a824a30e", "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-744199030f8a0241a", "ami": "ami-269d872f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b809183c"], "subnet_id": "subnet-c2718b9e", "key_name": "prod-deploy-key" } } ] } ] }