{ "version": 4, "terraform_version": "1.6.7", "serial": 267, "lineage": "b79bd480-b86a-341f-2aa0-08735b32fe88", "outputs": { "db_endpoint": { "value": "db-3.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-410cc5bae90caafdf", "ami": "ami-a03b2e8e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-68fb881a"], "subnet_id": "subnet-400fb82f", "key_name": "prod-deploy-key" } } ] } ] }