{ "version": 4, "terraform_version": "1.6.0", "serial": 319, "lineage": "4cd1e667-0dd9-3c95-1153-c2e4c907d2d3", "outputs": { "db_endpoint": { "value": "db-0.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-7cade362e25bb8d72", "ami": "ami-f3f24366", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bd13e37d"], "subnet_id": "subnet-df943669", "key_name": "prod-deploy-key" } } ] } ] }