{ "version": 4, "terraform_version": "1.6.9", "serial": 576, "lineage": "45a1fb5a-7b4c-f83d-8f83-fc6b1d63dab5", "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-40cd2a4e05ee2bb7f", "ami": "ami-9ee6a3ac", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f9ccd0b3"], "subnet_id": "subnet-fc233083", "key_name": "prod-deploy-key" } } ] } ] }