{ "version": 4, "terraform_version": "1.6.3", "serial": 533, "lineage": "d3ab7705-44a5-8f06-dc10-9024fa47fd54", "outputs": { "db_endpoint": { "value": "db-2.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-47db7e6be930526f4", "ami": "ami-85ad75bc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4fce767f"], "subnet_id": "subnet-1877fcfb", "key_name": "prod-deploy-key" } } ] } ] }