{ "version": 4, "terraform_version": "1.5.4", "serial": 447, "lineage": "14116691-a56b-1251-77e6-941f58c3a490", "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-e0549b5ca66ab8ea3", "ami": "ami-af5f7367", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-836e4477"], "subnet_id": "subnet-cd7af749", "key_name": "prod-deploy-key" } } ] } ] }