{ "version": 4, "terraform_version": "1.5.7", "serial": 290, "lineage": "ca70c577-2fd7-60fc-c945-c85873bba3f4", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-6b87704ab2d36eede", "ami": "ami-0702283e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-45098157"], "subnet_id": "subnet-81ea20e8", "key_name": "prod-deploy-key" } } ] } ] }