{ "version": 4, "terraform_version": "1.7.3", "serial": 545, "lineage": "b859ff4d-774c-9591-9c06-ec5908f8e945", "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-dacd49372611e4b3d", "ami": "ami-01fd526e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8798c03e"], "subnet_id": "subnet-0bafe09b", "key_name": "prod-deploy-key" } } ] } ] }