{ "version": 4, "terraform_version": "1.5.2", "serial": 240, "lineage": "38352c87-d8dd-5a10-377b-e6750cadbd6a", "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-e42558ce6c6ed9687", "ami": "ami-c30fe0d9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5bbeadf6"], "subnet_id": "subnet-36494382", "key_name": "prod-deploy-key" } } ] } ] }