{ "version": 4, "terraform_version": "1.5.7", "serial": 199, "lineage": "aae753ab-f29c-23a6-7b1b-14bb10ce3c88", "outputs": { "db_endpoint": { "value": "db-0.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-de65501a0db131b5b", "ami": "ami-11a19a77", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-51472995"], "subnet_id": "subnet-847a981c", "key_name": "prod-deploy-key" } } ] } ] }