{ "version": 4, "terraform_version": "1.5.3", "serial": 243, "lineage": "5eb221bb-9a65-5f6f-ef94-b20817ece7d7", "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-63c98279131d85fa2", "ami": "ami-851839bc", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7c7490e4"], "subnet_id": "subnet-aad33d37", "key_name": "prod-deploy-key" } } ] } ] }