{ "version": 4, "terraform_version": "1.5.4", "serial": 516, "lineage": "e655dc4c-dbbd-eff7-059a-f938127ddd6a", "outputs": { "db_endpoint": { "value": "db-4.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-a30bc50b3959ea94d", "ami": "ami-f4f4b96f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4bfe9e34"], "subnet_id": "subnet-2429ef31", "key_name": "prod-deploy-key" } } ] } ] }