{ "version": 4, "terraform_version": "1.7.3", "serial": 303, "lineage": "d7f379a7-f09f-61e5-8d79-a07d58c9c24c", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-69d41b8ca0c1a1c0a", "ami": "ami-76f1a703", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-219eb52f"], "subnet_id": "subnet-f21f0b85", "key_name": "prod-deploy-key" } } ] } ] }