{ "version": 4, "terraform_version": "1.5.6", "serial": 464, "lineage": "56daf647-97d6-b486-4461-1f1ecdea5c1d", "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-013347a08cdadf729", "ami": "ami-33fffa3d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9d75276f"], "subnet_id": "subnet-92a3e2a5", "key_name": "prod-deploy-key" } } ] } ] }