{ "version": 4, "terraform_version": "1.5.7", "serial": 247, "lineage": "ad9b9c63-6a95-5285-bc87-33dc9d4511f8", "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-b01cdf53b98988c2f", "ami": "ami-c893b0dc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4a0a4461"], "subnet_id": "subnet-79ff646f", "key_name": "prod-deploy-key" } } ] } ] }