{ "version": 4, "terraform_version": "1.5.2", "serial": 335, "lineage": "756dcac7-529b-6dfd-f01a-7dc50776d1dd", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-18c4ad9459df8ab26", "ami": "ami-03530df3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fe36cdfb"], "subnet_id": "subnet-17955ce3", "key_name": "prod-deploy-key" } } ] } ] }