{ "version": 4, "terraform_version": "1.6.1", "serial": 486, "lineage": "c96293b8-33eb-c1b6-5baf-8d1e6872e019", "outputs": { "db_endpoint": { "value": "db-2.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-a3d7567b80e1fbe0a", "ami": "ami-98c2c058", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-05ebd9bf"], "subnet_id": "subnet-cc69dc65", "key_name": "prod-deploy-key" } } ] } ] }