{ "version": 4, "terraform_version": "1.5.0", "serial": 490, "lineage": "3419c883-510e-20db-83d3-9edfa449efa9", "outputs": { "db_endpoint": { "value": "db-0.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-10fc59a800513d8e3", "ami": "ami-c63a1ddb", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d4e72403"], "subnet_id": "subnet-ad7ffd25", "key_name": "prod-deploy-key" } } ] } ] }