{ "version": 4, "terraform_version": "1.6.9", "serial": 380, "lineage": "d576299b-9dea-4037-8423-d9b421d6a938", "outputs": { "db_endpoint": { "value": "db-0.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-0ac60d7f2019dca59", "ami": "ami-a6f3a5ee", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8cd5224a"], "subnet_id": "subnet-7ae4772c", "key_name": "prod-deploy-key" } } ] } ] }