{ "version": 4, "terraform_version": "1.7.0", "serial": 515, "lineage": "92e78a98-6f05-0d56-f730-547ad2ff8718", "outputs": { "db_endpoint": { "value": "db-1.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-e5964fe1950e8437b", "ami": "ami-3aab9702", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c861ac8a"], "subnet_id": "subnet-73c860ee", "key_name": "prod-deploy-key" } } ] } ] }