{ "version": 4, "terraform_version": "1.5.0", "serial": 114, "lineage": "2b50ba3a-fa7b-f7bb-1551-9b832803e996", "outputs": { "db_endpoint": { "value": "db-3.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-da89e5280a560343a", "ami": "ami-37014ea3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8f06fad8"], "subnet_id": "subnet-c7886604", "key_name": "prod-deploy-key" } } ] } ] }