{ "version": 4, "terraform_version": "1.6.9", "serial": 475, "lineage": "491c7afa-a3a2-8f70-8202-922beac5eef3", "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-165e7c85d81f30672", "ami": "ami-01819ab9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-dde9e019"], "subnet_id": "subnet-3cee8877", "key_name": "prod-deploy-key" } } ] } ] }