{ "version": 4, "terraform_version": "1.6.7", "serial": 356, "lineage": "2da2d7a5-d5ee-9afd-cb75-f37a4e9156ad", "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-636a9f1355bc9a0c8", "ami": "ami-96561eff", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f8856adc"], "subnet_id": "subnet-0b37299b", "key_name": "prod-deploy-key" } } ] } ] }