{ "version": 4, "terraform_version": "1.5.9", "serial": 419, "lineage": "8ea66dac-9ed8-c2cc-04f9-42e18ac9fc26", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.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-740d7898ad57a1690", "ami": "ami-50b442d5", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c4aad779"], "subnet_id": "subnet-9bcbb712", "key_name": "prod-deploy-key" } } ] } ] }