{ "version": 4, "terraform_version": "1.6.3", "serial": 536, "lineage": "0dad630f-7ea8-d177-7672-5990c710d533", "outputs": { "db_endpoint": { "value": "db-3.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-c3b454b4edc448bd8", "ami": "ami-1bed0069", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3c8ff345"], "subnet_id": "subnet-21f1f8a1", "key_name": "prod-deploy-key" } } ] } ] }