{ "version": 4, "terraform_version": "1.6.6", "serial": 387, "lineage": "84a4513b-f543-3922-72f4-75a500b22bee", "outputs": { "db_endpoint": { "value": "db-1.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-cc6855bd4f533fbdb", "ami": "ami-7865b03a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-55e3c077"], "subnet_id": "subnet-6678269e", "key_name": "prod-deploy-key" } } ] } ] }