{ "version": 4, "terraform_version": "1.6.3", "serial": 244, "lineage": "fe496871-26d0-a0ce-feaa-317dec4787c1", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-5ba77b276ed15527e", "ami": "ami-febb6b98", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-90f0da14"], "subnet_id": "subnet-9df68817", "key_name": "prod-deploy-key" } } ] } ] }