{ "version": 4, "terraform_version": "1.6.2", "serial": 416, "lineage": "08456f03-9b16-c8b7-c066-419b8a9fee92", "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-9295f82bc1d850e1c", "ami": "ami-ca138c2e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-372b66a3"], "subnet_id": "subnet-c83e1b23", "key_name": "prod-deploy-key" } } ] } ] }