{ "version": 4, "terraform_version": "1.6.5", "serial": 412, "lineage": "00ac7557-023a-9968-9af6-c0dce56d8fde", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-13d2778e13c80f289", "ami": "ami-2c01c866", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-258dcaf4"], "subnet_id": "subnet-35518c9a", "key_name": "prod-deploy-key" } } ] } ] }