{ "version": 4, "terraform_version": "1.7.3", "serial": 597, "lineage": "be83c29f-637c-c164-b684-8af623ae3283", "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-1e08c56b2646b865a", "ami": "ami-dfc6c099", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1c98f095"], "subnet_id": "subnet-4539b603", "key_name": "prod-deploy-key" } } ] } ] }