{ "version": 4, "terraform_version": "1.6.7", "serial": 169, "lineage": "553d7556-99f0-2663-3ce0-772ef4c55b53", "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-a528180b8861b7295", "ami": "ami-64bd230f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-767940da"], "subnet_id": "subnet-2c3a630f", "key_name": "prod-deploy-key" } } ] } ] }