{ "version": 4, "terraform_version": "1.5.2", "serial": 255, "lineage": "b21fd0be-f770-54b1-878b-023b23d6fac0", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-00af5287c9791d60e", "ami": "ami-b8aadf0c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-91699ac6"], "subnet_id": "subnet-25df81e9", "key_name": "prod-deploy-key" } } ] } ] }