{ "version": 4, "terraform_version": "1.6.6", "serial": 192, "lineage": "fc499195-2130-7836-8ed0-ab9a22105d63", "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-d22dfa77dccdb1caa", "ami": "ami-e0d11610", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2e2acba1"], "subnet_id": "subnet-e9d2fcc6", "key_name": "prod-deploy-key" } } ] } ] }